home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / manual / Help.Configs.doc < prev    next >
Encoding:
Text File  |  1995-03-01  |  1.6 KB  |  52 lines

  1.                                                      Date: March, 1. 1995
  2.  
  3.  
  4.  
  5.                           LogicBBS  v1.0 BETA
  6.                           <----------------->
  7.                              LITE VERSION
  8.  
  9.                       Copyright 1995 ParCon Software
  10.  
  11.  
  12.     System/node/door/library/AIM-XIM support programmed by Michael Pendec
  13.         Filechecker/Arexxdoor support programmed by Nicholas Clarke
  14.       All Testing was done by friends. Ideas supplied by various people.
  15.  
  16.  
  17.       Read "HowToOrder.doc", if you want to get the FINAL version.
  18. -----------------------------------------------------------------------------
  19.  
  20.  
  21.  
  22.                          How to make config files
  23.  
  24. -----------------------------------------------------------------------------
  25. Setupfiles used by LogicBBS are all ASCII textfiles, and editable by any
  26.  editor you may prefer to use. A few rules must be followed when making
  27.  a setup file.
  28.  
  29.  
  30. 1. A command must be placed at the beginning of a line (BOL).
  31.    If you place a ";", SPACE or TAB before the command it will be ignored.
  32.  
  33.  
  34. 2. Some commands are used together with a number.
  35.  
  36.    i.e.  PATH_NODE%1
  37.  
  38.    the PERCENT sign means a number reference.
  39.    Throughout this manual, all number references are shown as "(n)"
  40.  
  41.  
  42. 3. Parameters for a command can contain all characters, except
  43.    TAB and ";" which will be read as >end of parameter<.
  44.    Throughout this manual, a parameter is shown as
  45.    "(pn)" : a number parameter
  46.    "(pt)" : a textstring parameter
  47.  
  48. 4. If you do NOT see a (n) or a (pn)/(pt) after the command, it means
  49.    you must write this command without any number reference and parameter.
  50.    We could also call this a STANDALONE COMMAND.
  51.  
  52.